home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Win Ghost / Setup_Win_Ghost_3.00.exe / {app} / plugins / mailme / readme.txt < prev   
Text File  |  2004-01-15  |  2KB  |  25 lines

  1. ----[General info]----
  2. MailMe is a plug-in for Win Ghost. MailMe will let you send an email when Win Ghost calls the MailMe plug-in.
  3.  
  4. This might be very useful when you want to know when Win Ghost has found a trigger. And you are not home. You can just check your mail to get the information.
  5.  
  6. This plug-in requires that you edit the file ôconfig.phpö and then upload it to a web server. If you donÆt have access to a free web server, do a search on the Internet for a free web host that supports php. There are tons of free web hosts on the Internet.
  7.  
  8. ----[How to use it]----
  9. 1.    Open ôconfig.phpö in an editor. You can do it in ôNotepadö.
  10. 2.    Fill in the correct information.
  11. 3.    Upload ôconfig.phpö AND ômailme.phpö to your web host.
  12. 4.    From ôWin Ghostö select the ôaction tabö then check "Execute file" and write in http://yourhost.com/mailme.php in the file box.
  13. 5.    Test: Write in the address in your web browser (e.g. http://yourhost.com/mailme.php) to check that you get the mail.
  14.  
  15. NOTE: If you use a password you need to call the plug-in with ô?password=yourpasswordö
  16. At the end of the file (e.g. http://yourhost.com/mailme.php?password=yourpassword).
  17.  
  18. ----[Explanation of configuration items]----
  19. $usePassword: You have to set this to true if you want to password protect MailMe. Default: false.
  20. $myPassword: Your password. This will only be important if you set $usePassword to ôtrueö.
  21. $myMailadress: Your mailadress.
  22.  
  23. ---[Tips]---
  24. It might be a good idea to password protect MailMe because anyone that opens that page in a web browser will send you a mail.
  25.